home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / interfac / it.dig / scripts / DefineButton2_197 / BUTTONCONDACTION on(release).as
Text File  |  2011-04-12  |  123b  |  6 lines

  1. on(release){
  2.    _global.Categoria_xml = "GAMES";
  3.    Categoria(_global.Categoria_xml);
  4.    _root.categoria_mc.play();
  5. }
  6.